Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EP-2560-QA-2 #1133

Merged
merged 3 commits into from
Jan 14, 2025
Merged

EP-2560-QA-2 #1133

merged 3 commits into from
Jan 14, 2025

Conversation

wjames111
Copy link

Address additional requests made in EP-2517

  • in src/app/branded/step-1/branded-checkout-step-1.tpl.html move > line up
  • account for no phone number on the form when adding custom validators on v3.
  • First and Last should take up half the space as other lines do when having 2 fields.
  • in src/common/components/contactInfo/emailField/emailField.tpl.html change file's indentation to 2 spaces.

@wjames111 wjames111 requested a review from wrandall22 January 13, 2025 18:08
@@ -48,17 +48,18 @@
<h4 ng-if="$ctrl.useV3 !== 'true'" class="panel-title border-bottom-small visible" translate>{{'YOUR_INFORMATION'}}</h4>
<h4 ng-if="$ctrl.useV3 === 'true'" class="panel-title border-bottom-small visible" translate>{{'CONTACT_INFO'}}</h4>
<div class="row">
<div class="col-sm-4">
<div ng-class="{'col-sm-4': $ctrl.useV3 !== 'true', 'col-sm-3': $ctrl.useV3 === 'true'}">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

col-sm-6 would be 50% on desktop, which is what I think we would want on v3 (instead of col-sm-3)

Copy link
Contributor

@wrandall22 wrandall22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one thing I saw for this.

Copy link
Contributor

@wrandall22 wrandall22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I would squash commit 4 into commit 2 before merging.

@wjames111 wjames111 merged commit 53cf9d1 into EP-2517-branded-checkout-improvements Jan 14, 2025
1 check passed
@wjames111 wjames111 deleted the EP-2560-QA-2 branch January 14, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants